home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / Imakefile next >
Encoding:
Makefile  |  1998-08-12  |  283 b   |  12 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1997, 1998. */
  3.  
  4. #define IHaveSubdirs
  5. #define PassCDebugFlags
  6.  
  7. SUBDIRS = examples redbook demos contrib advanced mesademos \
  8.   texfont perf_harness mui gle gameglut bucciarelli advanced97 spheremap
  9.  
  10. MakeSubdirs($(SUBDIRS))
  11. DependSubdirs($(SUBDIRS))
  12.